libtut-dev software package provides elegant C++ unit test framework, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libtut-dev
libtut-dev is installed in your system.
Make ensure the libtut-dev package were installed using the commands given below,
$ sudo dpkg-query -l | grep libtut-dev *
You will get with libtut-dev package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Library development |
| Package | libtut-dev |
| Version | 0.0.20070706-1 |
| Description | elegant C++ unit test framework |
| Sub Section | libdevel |